fs,path: key glob matcher cache by platform - #64571
Conversation
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #64571 +/- ##
=======================================
Coverage 90.15% 90.15%
=======================================
Files 744 744
Lines 242517 242518 +1
Branches 45688 45688
=======================================
+ Hits 218642 218650 +8
- Misses 15358 15361 +3
+ Partials 8517 8507 -10
🚀 New features to boost your workflow:
|
|
@lpinca Sorry to ping you and could you apply request ci for this pr? Thanks! |
|
@lpinca I don't know what is wrong with jenkins ci tests so could you take a look at these failed test ?Should I resolve these problems ? |
|
@Renegade334 @avivkeller Could you take a look at these failed tests ? |
@Archkon please rebase, looks like CI needs you to |
Glob matchers capture the path platform when they are created. Include the platform in the cache key so path.posix and path.win32 do not share incompatible matchers for the same pattern. Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
|
@avivkeller Done,and Maybe you need to apply request-ci again |
|
@avivkeller failed again,could you take a look at these? |
|
@Renegade334 Could you take a look at these falles tests ?If all falky, could you rerun again and add this pr to commit queue? |
Fixes: #64570